home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp2 / amphn192.lha / src / asl.h < prev    next >
C/C++ Source or Header  |  1996-11-16  |  160b  |  6 lines

  1. #ifndef ASL_H
  2. #define ASL_H
  3.  
  4. int FileRequest(char *szMessage, char *szBuffer, char *szOKMessage, char *szDefaultDir, char *szDefaultFile, BOOL BSaveIt);
  5.  
  6. #endif